home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / sossnt.zip / SOSSNT / README.OLD < prev   
Text File  |  1991-05-13  |  2KB  |  62 lines

  1. SOSS, a file server for DOS-based systems which supports version 2 of the
  2. NFS protocol, is free software.  You may use it within your organization
  3. for any purpose desired.  You may redistribute it to other organizations,
  4. provided you do not earn a profit when doing so, that you make source
  5. code available, and that you abide by the terms of the Gnu General
  6. Public License (see the file COPYING).
  7.  
  8. Manifest:
  9.     exe    Contains executables and sample support files
  10.     src    Source code for NFS
  11.     rpc    Source code for RPC
  12.     lib    Microsoft C-built libraries (CMU PC/IP)
  13.     include Include files (CMU PC/IP)
  14.     d2x    Source code and doc for DOS/Unix conversion utilities
  15.     doc    Documentation for SOSS
  16.  
  17. SOSS is distributed in ZOO format; ZOO is a public-domain archive
  18. utility which is widely available.  ZOO.EXE for DOS should be available
  19. from your SOSS distribution system; you should download the SOSS.ZOO
  20. and ZOO.EXE files in binary mode.  To extract the directories shown
  21. above, type the following commands (where "A:" represents the directory
  22. or device containing SOSS.ZOO):
  23.  
  24.     mkdir soss
  25.     cd soss
  26.     zoo x// A:soss
  27.  
  28. Follow the instructions in INSTALL in order to get things up and
  29. running.  The file doc/unixdos.txt is a paper which provides background
  30. on the motivation for creating and enhancing SOSS.
  31.  
  32.         NOTE
  33.  
  34.     The PC/IP software will not run unless you specify both
  35.     the IP address and the subnet mask.  Use a value smaller
  36.     than 24 bits for the subnet; for example, selecting
  37.     16 will result in a mask of 255.255.255.0.
  38.  
  39. A smaller archive containing only the doc, exe, and d2x subdirectories
  40. is also available for those who are not interested in source code.
  41. Microsoft C version 5.1 was used to produce the binaries included here.
  42.  
  43. If you have questions, bugs, or source code contributions, contact
  44. one of the following people by e-mail:
  45.  
  46.     rbraun@spdcc.com  (Richard Braun)
  47.     stan@cs.uiuc.edu  (Seemong Tan)
  48.  
  49. If you would like to be notified of periodic updates, send e-mail to
  50. rbraun@spdcc.com ask to be added to the SOSS distribution list.
  51.  
  52. SOSS depends on packet drivers distributed by Clarkson University.
  53. Questions regarding these drivers should be directed to:
  54.  
  55.     nelson@clutx.clarkson.edu (Russ Nelson)
  56.  
  57. Version 3.1 was developed by Richard Braun while working at Kronos,
  58. Inc.  Kronos does not sell or support this software, nor does it accept
  59. any responsibility for its quality or fitness for any application.
  60.  
  61. [README file revised 5/13/91].
  62.